projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f5b7eb
)
* src/data.c (syms_of_data): Fix #ifdef HAVE_NATIVE_COMP position.
author
Andrea Corallo
<akrl@sdf.org>
Sat, 25 Apr 2020 21:08:11 +0000
(22:08 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sat, 25 Apr 2020 21:13:56 +0000
(22:13 +0100)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 1809d58c2c7f64daf68b1a590812ca7755871a29..56ea7aabb042ccf7b558b55cc6131a8d51d24ab0 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-4013,8
+4013,8
@@
syms_of_data (void)
defsubr (&Sbyteorder);
defsubr (&Ssubr_arity);
defsubr (&Ssubr_name);
-#ifdef HAVE_NATIVE_COMP
defsubr (&Ssubr_native_elisp_p);
+#ifdef HAVE_NATIVE_COMP
defsubr (&Ssubr_native_comp_unit);
defsubr (&Snative_comp_unit_file);
defsubr (&Snative_comp_unit_set_file);